Get Message Body
Command Prototype
sRet = Mail.GetContent(objMail,iNumber)
Command Description
Get the body content of the message with a specified sequence number, and return an empty string if failed
Parameter Description
- Required Parameter
- objMail--Mailbox object to operate
- iNumber--Number of the message to receive
- return
- sRet--The variable used to save the output of the function call